From: Matthias Clasen Date: Sun, 6 Jul 2008 23:43:15 +0000 (+0000) Subject: Add docs X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31682 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0eb684890832f3d7704378c4901f3c3f59b67fda;p=gtk4.git Add docs svn path=/trunk/; revision=20796 --- diff --git a/ChangeLog b/ChangeLog index 44e9fd9441..57be971fa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-06 Matthias Clasen + + Bug 531129 – gtk_style_copy() does not include a return value or + description + + * gtk/gtkstyle.c: Document gtk_style_copy. + 2008-07-06 Matthias Clasen Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index e22d9fe2ab..d913a7a5e3 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -625,6 +625,14 @@ gtk_style_finalize (GObject *object) } +/** + * gtk_style_copy: + * @style: a #GtkStyle + * + * Creates a copy of the passed in #GtkStyle object. + * + * Returns: a copy of @style + */ GtkStyle* gtk_style_copy (GtkStyle *style) {